;; character to find the correct break point.
(if (not (and (eq (charset-after (1- (point))) 'ascii)
(eq (charset-after (point)) 'ascii)))
- (fill-find-break-point
- (+ linebeg
- (current-left-margin)
- (if fill-prefix (length fill-prefix) 0))))))
+ (fill-find-break-point (+ linebeg
+ (current-left-margin)
+ (length fill-prefix))))))
;; If the left margin and fill prefix by themselves
;; pass the fill-column, keep at least one word.